home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Unstuff / Other Compression / UnzipMAc5.0.sit / Unzip 5.0p1 f / Source / ATARI / makeit < prev    next >
Encoding:
Text File  |  1993-01-23  |  409 b   |  11 lines  |  [TEXT/MPS ]

  1. tcc -DATARI_ST=1 -I=E:\tc\include unzip.c
  2. tcc -DATARI_ST=1 -I=E:\tc\include file_io.c
  3. tcc -DATARI_ST=1 -I=E:\tc\include mapname.c
  4. tcc -DATARI_ST=1 -I=E:\tc\include match.c
  5. tcc -DATARI_ST=1 -I=E:\tc\include misc.c
  6. tcc -DATARI_ST=1 -I=E:\tc\include unimplod.c
  7. tcc -DATARI_ST=1 -I=E:\tc\include unreduce.c
  8. tcc -DATARI_ST=1 -I=E:\tc\include unshrink.c
  9. tlink -O=unzip.prg  -S=8192 -C=unzip.lnk
  10. echo done
  11.